Memory Set
Activity Description
Allocates a memory cell for a variable's numeric/textual value storage.
Settings
- Memory Scope (Workflow/Global) - Workflow: The variable is accessed only by this workflow. Global: The variable is accessed by all workflows.
- Variable Name - The global variable's name (the name must differ from the activity's name).
- Variable Value - The variable's initial value - a constant value or another variable (variable names must follow the convention
%Variable%
). - Append - The new value will be added to the existing one (relevant only for text values).